Text Summarization is the process of condensing a source Text while retaining its key points, tailored to a specific audience or task. The research Extractive Summarization, where each news article was segmented into individual sentences. Each sentence underwent processing through the ParsBERT algorithm. Subsequently, an attention layer combined the sentence weights with the Bidirectional GRU algorithm's output to extract summarized sentences for labeling. The dataset comprised over 175,000 articles sourced from reputable Persian news agencies (ISNA-TASNIM), covering various topics such as science, politics, and sports. Evaluation of the Summarization techniques was conducted using Rouge metrics. The results of the investigation revealed precision values of 0.7923 (Rouge-1), 0.7613 (Rouge-2), and 0.8582 (Rouge-L). The study also evaluated the effectiveness of Gated Recurrent Unit (GRU) algorithms in Extractive Summarization by integrating its architecture with the attention network. The results demonstrated an improvement in news Text Summarization compared to other deep learning hybrid algorithms.